set

@JvmName(name = "setChannels")
operator fun DslList<ChannelProtos.Channel, ChannelFileKt.Dsl.ChannelsProxy>.set(index: Int, value: ChannelProtos.Channel)
The channels our node knows about

repeated .meshtastic.Channel channels = 1;

Parameters

index

The index to set the value at.

value

The channels to set.